projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157c74b
)
rockchip: firefly-rk3399: add FIT for rk3399
author
Kever Yang
<
[email protected]
>
Fri, 15 Dec 2017 03:15:04 +0000
(11:15 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Mon, 18 Dec 2017 16:18:02 +0000
(17:18 +0100)
Enable SPL_FIT_GENERATOR with path for it.
With this patch you can get u-boot.itb for rk3399-firefly with:
> make u-boot.itb
Signed-off-by: Kever Yang <
[email protected]
>
Reviewed-by: Mark Kettenis <
[email protected]
>
Tested-by: Mark Kettenis <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
configs/firefly-rk3399_defconfig
patch
|
blob
|
history
diff --git
a/configs/firefly-rk3399_defconfig
b/configs/firefly-rk3399_defconfig
index b8d065414ac00201b149850ee93afd540aed5ca8..ab2501528fb8054affab0d2c109dd4b56c8f9964 100644
(file)
--- a/
configs/firefly-rk3399_defconfig
+++ b/
configs/firefly-rk3399_defconfig
@@
-10,6
+10,7
@@
CONFIG_DEFAULT_DEVICE_TREE="rk3399-firefly"
CONFIG_DEBUG_UART=y
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT=y
+CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_STACK_R=y
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000